home *** CD-ROM | disk | FTP | other *** search
/ Media PAK: SuperPak Software Bundle MPB-03/1 / Media PAK SuperPak Software Bundle MBP-03-1.iso / swotl.bat < prev    next >
DOS Batch File  |  1992-05-15  |  528b  |  25 lines

  1. @echo off
  2. :default
  3. if not exist \lucas\cdgames.exe echo Please run SWOTL from the CD-ROM drive
  4. :direct
  5. if not exist \lucas\cdgames.exe goto exit
  6. \lucas\cdgames PROPER INSTALL %1 %2 %3 
  7. :postcdgp
  8. if errorlevel 4 goto spawned
  9. if errorlevel 3 goto error
  10. if errorlevel 2 goto tasked
  11. if errorlevel 1 goto exit
  12. :spawned
  13. pause
  14. goto direct
  15. :tasked
  16. if not exist task.bat echo ERROR -- Unable to establish current task
  17. if not exist task.bat goto exit
  18. call task
  19. goto direct
  20. :error
  21. echo Fatal Error
  22. pause
  23. :exit
  24. cd \
  25.